-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow ids in download-artifact actions #250
Conversation
These can be seen with `gh workflow list` on the appropriate repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this problem so quickly @jackkleeman. The changes look good to me. I had a few minor comments. +1 for merging after resolving them.
.github/workflows/e2e.yaml
Outdated
@@ -107,6 +107,7 @@ jobs: | |||
uses: dawidd6/action-download-artifact@v2 | |||
with: | |||
github_token: ${{ secrets.SDK_TYPESCRIPT_ACTION_READ_TOKEN || secrets.GITHUB_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated: Do we still need the github_token since the sdk-typescript
repo is now public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably not!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 for merging.
These can be seen with
gh workflow list
on the appropriate repoFixes #248